Python Learning Game - Control Statements

Question 1 of 26

What is the output of the following code? for i in range(3): print(i)

Scores: